Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / IAsyncOperationWithProgress<TResult,TProgress> Interface / Cancel Method

In This Topic
    Cancel Method (IAsyncOperationWithProgress<TResult,TProgress>)
    In This Topic
    Cancels the asynchronous operation.
    Syntax
    'Declaration
     
    Sub Cancel() 
    void Cancel()
    See Also